home *** CD-ROM | disk | FTP | other *** search
/ Beano - Dennis the Menace Cardz / Beano Cardz: Dennis the Menace.iso / pc / email.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  2001-04-19  |  89 b   |  8 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.   else
  5.     pass()
  6.   end if
  7. end
  8.